Skip to main content

Catch

Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. 

Catch[expr,form] returns value from the first Throw[value,tag] for which form matches tag.

Catch[expr,form,f] returns f[value,tag].

Please visit the official Wolfram Language Reference for more details and examples on core symbols.